home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set btn to the clickOn
- puppetSprite(btn, 1)
- puppetSound("click")
- set the memberNum of sprite btn to 23
- set the loc of sprite btn to point(552, 118)
- updateStage()
- repeat while the stillDown
- updateStage()
- end repeat
- updateStage()
- puppetSprite(btn, 0)
- sound stop 2
- go(1, "ford")
- end
-